math/big.Float.ord (method)

3 uses

	math/big (current package)
		float.go#L1684: 	mx := x.ord()
		float.go#L1685: 	my := y.ord()
		float.go#L1712: func (x *Float) ord() int {